Click or drag to resize

ServiceApplyConversationAction Method (IListConversationAction)

Sets a one-time or follow up action on all the items in a conversation.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Response> ApplyConversationAction(
	IList<ConversationAction> conversationActions
)

Parameters

conversationActions
Type: System.Collections.GenericIListConversationAction
The conversation actions.

Return Value

Type: IListResponse
IList{Response}.
See Also